The individual exhibits a moderate level of Goal Setting.
They may benefit from developing a more structured approach to goal setting and planning.
They are receptive to considering future possibilities and setting goals, but may need additional motivation or support to maintain focus and commitment.
They may need to develop strategies for breaking down long-term goals into smaller, more manageable steps.
1.7 Information seeking
Code
## information seekingp_info_seeking <-plot_competency(competency_dta, "Information seeking")## save plotggsave("plot/information_seeking.jpeg", width =10, height =4, dpi =300)## display plotknitr::include_graphics("plot/information_seeking.jpeg")
Interpretation
1.8 Systematic planning and monitoring
Code
## systematic planning and monitoringp_systematic_planning <-plot_competency(competency_dta, "Systematic planning")## save plotggsave("plot/systematic_planning_and_monitoring.jpeg", width =10, height =4, dpi =300)## display plotknitr::include_graphics("plot/systematic_planning_and_monitoring.jpeg")
Interpretation
1.9 Persuasion and networking
Code
## persuasion and networkingp_persuasion <-plot_competency(competency_dta, "Persuasion")## save plotggsave("plot/persuasion_and_networking.jpeg", width =10, height =4, dpi =300)## display plotknitr::include_graphics("plot/persuasion_and_networking.jpeg")